home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Casting.exe / Casting.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  136 b   |  10 lines

  1. on exitFrame
  2.   cursor([cast "curs", cast "mask"])
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   cursor(-1)
  8.   go(1, the pathName & "docs\intro")
  9. end
  10.